home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Internet & Communication / EvoCam 3.6 (trial).dmg / EvoCam.app / Contents / Resources / evostyle.css < prev    next >
Cascading Style Sheet File  |  2006-03-14  |  2KB  |  155 lines

  1. body
  2. {
  3.     margin: 16px;
  4. }
  5.  
  6. A:link { text-decoration: none; color: #000000; }
  7. A:link:hover { text-decoration: underline; }
  8. A:visited { text-decoration: none; color: #000000; }
  9. A:visited:hover { text-decoration: underline; }
  10. A:active { text-decoration: underline; color: #FF6600; }
  11.  
  12. .headerbox
  13. {
  14.     border: 1px solid #666666;
  15. }
  16.     
  17. .headerbox td
  18. {
  19.     padding-top: 2px;
  20.     padding-bottom: 2px;
  21.     padding-left: 8px;
  22.     padding-right: 2px;
  23.     font-family: lucida grande;
  24.     font-size: 14px;
  25.     text-shadow: 0px 1px 2px #FFFFFF;
  26.     background: #E3E3E3;
  27. }
  28.  
  29. .headerbox td + td + td
  30. {
  31.     padding-top: 2px;
  32.     padding-bottom: 2px;
  33.     padding-left: 2px;
  34.     padding-right: 8px;
  35.     font-family: lucida grande;
  36.     font-size: 11px;
  37.     text-shadow: 0px 1px 0px #FFFFFF;
  38.     text-align: right;
  39. }
  40.         
  41. .headerbox img
  42. {
  43.     vertical-align: middle;
  44. }
  45.  
  46. .indexbox
  47. {
  48.     border: 1px solid #666666;
  49. }
  50.     
  51. .indexbox td
  52. {
  53.     padding-top: 2px;
  54.     padding-bottom: 2px;
  55.     padding-left: 8px;
  56.     padding-right: 2px;
  57.     font-family: lucida grande;
  58.     font-size: 11px;
  59. }
  60.         
  61. .titlerow0
  62. {
  63.     border-bottom: 1px solid #666666;
  64.     border-right: 1px solid #666666;
  65.     background: #E3E3E3;
  66. }
  67.  
  68. .titlerow1
  69. {
  70.     border-bottom: 1px solid #666666;
  71.     border-right: 1px solid #666666;
  72.     background: #87BCFF;
  73. }
  74.     
  75. .titlerow0n
  76. {
  77.     border-bottom: 1px solid #666666;
  78.     background: #E3E3E3;
  79. }
  80.  
  81. .titlerow1n
  82. {
  83.     border-bottom: 1px solid #666666;
  84.     background: #87BCFF;
  85. }
  86.  
  87. .row0
  88. {
  89.     background: #FDFDFD;
  90. }
  91.     
  92. .row1
  93. {
  94.     background: #EDF3FE;
  95. }
  96.  
  97. .statusrow
  98. {
  99.     border-top: 1px solid #666666;
  100.     background: #E3E3E3;
  101.     text-align: center;
  102. }
  103.  
  104. .footerbox
  105. {
  106.     border: 1px solid #666666;
  107.     padding-left: 8px;
  108.     padding-right: 8px;
  109.     font-family: lucida grande;
  110.     font-size: 11px;
  111.     background: #E3E3E3;
  112. }
  113.     
  114. .footerbox td
  115. {
  116.     text-align: left;
  117. }
  118.     
  119. .footerbox td + td
  120. {
  121.     text-align: right;
  122. }
  123.  
  124. .videorow
  125. {
  126.     background: #E3E3E3;
  127. }
  128.  
  129. applet
  130. {
  131.     padding: 10px;
  132. }
  133.  
  134. .errorbox
  135. {
  136.     margin: 50px;
  137.     padding: 20px;
  138.     border: 1px solid #969696;
  139. }
  140.     
  141. .message
  142. {
  143.     font-family: lucida grande;
  144.     font-size: 24px;
  145.     text-align: left;
  146.     color: #888888;
  147. }
  148.     
  149. .explanation
  150. {
  151.     font-family: lucida grande;
  152.     font-size: 12px;
  153.     text-align: left;
  154.     color: #000000;
  155. }